#NEWS-SECTION {
    height: max-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.NEWS-HEADING {
    width: 100%;
    height: 80vh;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 5)),
          url("/Images/News/Malta\ Guinness.jpg");
        background-size: contain;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        background-size: cover;
}
.NEWS-TWO-HEADING {
    width: 100%;
    height: 80vh;
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 5)),
        url("/Images/News/Signing\ of\ Grace.jpg");
        background-size: cover;
        display: flex;
        background-position: top;
        background-repeat: no-repeat;
        position: relative;
}
.NEWS-THREE-HEADING {
    width: 100%;
    height: 80vh;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 5)),
        url("/Images/News/Zeinab\ win\ mvp.jpg");
        background-size: cover;
        display: flex;
        background-position: top;
        background-repeat: no-repeat;
        position: relative;
}
.NEWS-FOUR-HEADING {
    width: 100%;
    height: 80vh;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 5)),
        url("/Images/News/Nimatu\ singing.jpg");
        background-size: cover;
        display: flex;
        background-position: top;
        background-repeat: no-repeat;
        position: relative;
}
.NEWS-FIVE-HEADING {
    width: 100%;
    height: 80vh;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 5)),
        url("/Images/News/Abiba\ Damba.jpg");
        background-size: cover;
        display: flex;
        background-position: top;
        background-repeat: no-repeat;
        position: relative;
}
.NEWS-SIX-HEADING {
    width: 100%;
    height: 80vh;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 5)),
        url("/Images/News/COE\ landscape.jpg");
        background-size: cover;
        display: flex;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
}
.News-heading-text {
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.News-brief {
    padding: 0px 200px 0px 300px;
}
.News-brief p {
    color: white;
    font-size: 65px;
    font-weight: 800;
    letter-spacing: -2px;
    word-spacing: 0px;
    text-align: center;
    font-family: "poppins", sans-serif;
    margin: 0px;
}
.scroll-down {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: bounce 5s infinite ease;
    margin-top: 10px;
}
.scroll-text{
    color: var(--main-color);
    font-size: 16px;
    font-style: italic;
    font-family: "poppins", sans-serif;
}
.scroll-down i {
    font-size: 20px;
    color: var(--main-color);
}
@keyframes bounce {
    0% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
    
}
.NEWS-MAIN-SECTION {
    width: 40%;
     height: max-content; /* Change this to max-content*/
    padding: 20px 0px 0px 0px;
    overflow: hidden;
}


#Platforms-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
   -webkit-gap: 10px; /* WebKit-based browsers like Safari */
    padding: 20px 10px 10px 10px ;
    margin-right: 50px;

}
.Main-news-section {
    height: max-content;
    padding: 10px;

}
#Platforms-section a{
    text-decoration: none;

}
#Platforms-section i {
    font-size: 20px;
    transition: all ease .5s;
    opacity: .5;
   color: var(--main-color);
}
#Platforms-section i:hover {
    opacity: 1;
   
}


.News-main-content {
    padding: 20px 0px 0px 0px;
   
    text-align: left;
    word-spacing: 5px;
    font-family: "poppins", sans-serif;
}
.News-main-content p {
    margin-top: -6px;
    font-size: 20px;
    font-weight: 300;
    color: var(--text-color);
    /* line-height: 1.5; */
}
.News-main-content em {
    color: var(--main-color);
    font-weight: 500;
    text-transform: none;
}
.Fixtures-table img {
    width: 800px;
    margin-top: 20px;
}







/* MEDIA QUERIES  */

/* LARGE DISPLAYS  */
@media screen and (min-width: 2570px) {
}
/*......................... LAPTOP DISPLAYS ...............  */
@media screen and (min-width: 930px) and (max-width: 1440px) {

    .News-heading-text {
        position: absolute;
        bottom: 0;
        margin-bottom: 50px;
    }
    .News-brief {
        padding: 0px 10px 0px 10px;
    }
    .News-brief p {
        color: white;
        font-size: 45px;
        font-weight: 800;
        letter-spacing: -2px;
        word-spacing: 0px;
        text-align: center;
        font-family: "poppins", sans-serif;
    }
    .scroll-down {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        animation: bounce 5s infinite ease;
    }
    .scroll-text{
        margin: 0px;
        color: var(--main-color);
        font-size: 14px;
        font-style: italic;
        font-family: "poppins", sans-serif;
    }
    .scroll-down i {
        font-size: 20px;
        color: var(--main-color);
    }
  
    .NEWS-MAIN-SECTION {
        width: 90%;
         height: max-content; /* Change this to max-content*/
        padding: 20px 0px 0px 0px;
        overflow: hidden;
    }
    
    
    #Platforms-section {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        padding: 20px 10px 10px 10px ;
        margin-right: 50px;
    
    }
    .Main-news-section {
        height: max-content;
        padding: 10px;
    
    }
    #Platforms-section a{
        text-decoration: none;
    
    }
    #Platforms-section i {
        font-size: 20px;
        transition: all ease .5s;
        opacity: .5;
        color: gray;
    }
    #Platforms-section i:hover {
        opacity: 1;
       
    }
    
    
    .News-main-content {
        padding: 20px 0px 0px 0px;
       
        text-align: left;
        word-spacing: 5px;
    }
    .News-main-content p {
        margin-top: -6px;
        font-size: 19px;
        /* line-height: 1.5; */
    }
    .Fixtures-table img {
        width: 800px;
        margin-top: 20px;
    }
    

}
/* MOBILE PHONES  DISPLAYS  */
@media screen and (min-width: 770px) and (max-width: 929px)
{

    .News-heading-text {
        position: absolute;
        bottom: 0;
        margin-bottom: 50px;
    }
    .News-brief {
        padding: 0px 10px 0px 10px;
    }
    .News-brief p {
        color: white;
        font-size: 35px;
        font-weight: 700;
        letter-spacing: -2px;
        word-spacing: 0px;
        text-align: center;
        font-family: "poppins", sans-serif;
    }
    .scroll-down {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        animation: bounce 5s infinite ease;
    }
    .scroll-text{
        margin: 0px;
        color: var(--main-color);
        font-size: 13px;
        font-style: italic;
        font-family: "poppins", sans-serif;
    }
    .scroll-down i {
        font-size: 20px;
        color: var(--main-color);
    }
  
    .NEWS-MAIN-SECTION {
        width: 90%;
         height: max-content; /* Change this to max-content*/
        padding: 20px 0px 0px 0px;
        overflow: hidden;
    }
    
    
    #Platforms-section {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        -webkit-gap: 10px; /* WebKit-based browsers like Safari */
        padding: 20px 10px 10px 10px ;
        margin-right: 50px;
    
    }
    .Main-news-section {
        height: max-content;
        padding: 10px;
    
    }
    #Platforms-section a{
        text-decoration: none;
    
    }
    #Platforms-section i {
        font-size: 17px;
        transition: all ease .5s;
        opacity: .5;
        color: gray;
    }
    #Platforms-section i:hover {
        opacity: 1;
       
    }
    
    
    .News-main-content {
        padding: 20px 0px 0px 0px;
       
        text-align: left;
        word-spacing: 5px;
    }
    .News-main-content p {
        margin-top: -6px;
        font-size: 17px;
        /* line-height: 1.5; */
    }
    .Fixtures-table {
        width: max-content;
    }
    .Fixtures-table img {
        width: 700px;
        margin-top: 20px;
    }
    

}
/* MOBILE PHONES  DISPLAYS  */
@media screen and (min-width: 320px) and (max-width: 769px) 
{

    .NEWS-HEADING {
        width: 100%;
        height: 50vh;
            
    }
    .News-heading-text {
        position: absolute;
        bottom: 0;
        margin-bottom: 50px;
    }
    .News-brief {
        padding: 0px 10px 0px 10px;
    }
    .News-brief p {
        color: white;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: -2px;
        word-spacing: 5px;
        letter-spacing: 0px;
        text-align: center;
        font-family: "poppins", sans-serif;
    }
    .scroll-down {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        animation: bounce 5s infinite ease;
    }
    .scroll-text{
        margin: 0px;
        color: var(--main-color);
        font-size: 10px;
        font-style: italic;
        font-family: "poppins", sans-serif;
    }
    .scroll-down i {
        font-size: 15px;
        color: var(--main-color);
    }
  
    .NEWS-MAIN-SECTION {
        width: 95%;
         height: max-content; /* Change this to max-content*/
        padding: 20px 0px 0px 0px;
        overflow: hidden;
    }
    
    
    #Platforms-section {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        -webkit-gap: 10px; /* WebKit-based browsers like Safari */
        padding: 20px 10px 0px 0px ;
        margin-right: 10px;
    
    }
    .Main-news-section {
        height: max-content;
        padding: 10px;
    
    }
    #Platforms-section a{
        text-decoration: none;
    
    }
    #Platforms-section i {
        font-size: 17px;
        transition: all ease .5s;
        opacity: .5;
        color: gray;
    }
    #Platforms-section i:hover {
        opacity: 1;
       
    }
    .News-main-content {
        padding: 20px 0px 0px 0px;
       
        text-align: left;
        word-spacing: 5px;
    }
    .News-main-content p {
        margin-top: -6px;
        font-size: 14px;
        /* line-height: 1.5; */
    }
    .Fixtures-table {
        width: max-content;
    }
    .Fixtures-table img {
        width: 350px;
        margin-top: 20px;
    }
}